go.pact.im/x/flaky.debounceState.next (field)

5 uses

	go.pact.im/x/flaky (current package)
		debounce.go#L41: 	next  chan struct{}
		debounce.go#L108: 		<-d.next
		debounce.go#L136: 		d.next <- struct{}{}
		debounce.go#L159: 		if d.next == nil {
		debounce.go#L160: 			d.next = make(chan struct{})